Skip to content

Commit

Permalink
Generate not-broken tex for theory.
Browse files Browse the repository at this point in the history
  • Loading branch information
weetmuts committed Jul 10, 2024
1 parent 414a7ce commit 6f1edb6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2021 Viklauverk AB
Copyright (C) 2021-2024 Viklauverk AB
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2021 Viklauverk AB
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright (C) 2021 Viklauverk AB
Copyright (C) 2021-2024 Viklauverk AB
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,8 @@ public void visit_PolymorphicDataTypesStart(Theory thr)
cnvs().append(" ");
}
cnvs().append("}\n");
super.visit_PolymorphicDataTypesStart(thr);
}

@Override
public void visit_PolymorphicDataTypesEnd(Theory thr)
{
}

}

0 comments on commit 6f1edb6

Please sign in to comment.