Skip to content
Snippets Groups Projects
Commit 9533a9f3 authored by Baptiste LENIAU's avatar Baptiste LENIAU Committed by BaM
Browse files

Merge branch 'master' of gitlab.in2p3.fr:sens/CLASS

This merge add a function to divide a IV by another one
parents 952da9a0 28db654c
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__all__ = ["cgui","html","model"]
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-
-__all__ = ["cgui","html","model"]
File added
File added
File added
File added
......@@ -99,6 +99,7 @@ all: $(OBJ) $(OBJ_model) $(OBJ_ext)
clean:
@echo "\033[41;97;1mclean\033[0m"
rm -f $(OBJ) $(OBJ_model) $(OBJ_ext) $(SRC_dir)/*~ $(SRC_dir)/*Dict.cxx $(SRC_dir)/*Dict.h $(EXT_dir)/*Dict.cxx $(EXT_dir)/*Dict.h
rm -rf $(INC_dir)/Equivalence $(INC_dir)/Irradiation $(INC_dir)/XS $(INC_dir)/external
external_link:
@ln -sf $$(pwd)/external/ $(INC_dir)/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment